projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee83094
)
(command_loop_1): Don't set Vmemory_full here.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 29 Oct 2005 19:34:58 +0000
(19:34 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 29 Oct 2005 19:34:58 +0000
(19:34 +0000)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 96bc115412ea83930ee75d1969e0a5bdc9b77d6f..833a96ca874b5cf93c13e379a27cbb32512c2690 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-1441,8
+1441,6
@@
command_loop_1 ()
safe_run_hooks (Qdeferred_action_function);
}
- Vmemory_full = Qnil;
-
/* Do this after running Vpost_command_hook, for consistency. */
current_kboard->Vlast_command = Vthis_command;
current_kboard->Vreal_last_command = real_this_command;